'Declaration Public Overridable Function CanInsertRange( _ ByVal startingIndex As Integer, _ ByVal items As IEnumerable(Of S) _ ) As Boolean
public virtual bool CanInsertRange( int startingIndex, IEnumerable<S> items )
Parameters
- startingIndex
- items
'Declaration Public Overridable Function CanInsertRange( _ ByVal startingIndex As Integer, _ ByVal items As IEnumerable(Of S) _ ) As Boolean
public virtual bool CanInsertRange( int startingIndex, IEnumerable<S> items )